body {
  font-family: "microsoft yahei";
  font-size: 1rem;
}
html {
  font-size: 16px;
}
dl,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover {
  color: white;
  text-decoration: none;
}
.maxWidth {
  max-width: 75rem;
  margin: auto;
}
.breadcrumb {
  background-color: transparent;
  margin-top: 1.8125rem;
  margin-bottom: 1.8125rem;
  margin-left: 0.0625rem;
  line-height: 0.6875rem;
  padding: 0.75rem 1rem 0.75rem 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: '>';
}
.breadcrumb-item {
  font-size: 0.875rem;
}
.breadcrumb-item a {
  color: #333333;
}
.breadcrumb-item.active {
  color: #333333;
}
.my-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6.25rem;
}
.my-pagination .my-page-item {
  padding: 0.5rem;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  font-size: 0.75rem;
  color: #656565;
  min-width: 1.875rem;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.my-pagination .my-page-item + .my-page-item {
  margin-left: 0.625rem;
}
.my-pagination .my-page-item.active, .my-pagination .my-page-item:hover .my-page-color-href,  .my-pagination .my-page-item:hover {
  background: #132785;
  color: white !important;
}
.my-page-disabled, .my-pagination .my-page-item.my-page-disabled:hover{
  background-color: #CCCCCC !important;
  color: #656565 !important;
}
.img-fluid {
  width: 100%;
}
.swiperMobile {
  background-size: cover;
  width: 100%;
  height: 18.75rem;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
  .breadcrumb {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.banner-image img {
    width: 100%;
}
